home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / amee.dir / 00081_1996.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  206 b   |  11 lines

  1. on mouseDown
  2.   puppetSprite(12, 1)
  3.   set the locV of sprite 12 to the locV of sprite 12 + 3
  4.   set the locH of sprite 12 to the locH of sprite 12 + 3
  5.   puppetSprite(12, 0)
  6. end
  7.  
  8. on mouseUp
  9.   go("bestcd")
  10. end
  11.